fix build
authorcinamod <cinamod>
Mon, 7 Jun 2004 13:58:09 +0000 (13:58 +0000)
committercinamod <cinamod>
Mon, 7 Jun 2004 13:58:09 +0000 (13:58 +0000)
modules/engines/ms-windows/msw_style.c

index 77d068063780c6b5ebe5850e73bbf4cc338048d3..14ec5ab2fe40490794728bdd4bea66b89d912711 100755 (executable)
@@ -1842,7 +1842,7 @@ static void
 msw_style_init_from_rc (GtkStyle * style, GtkRcStyle * rc_style)
 {
   setup_system_font (style);
-  setup_menu_settings ();
+  setup_menu_settings (gtk_settings_get_default ());
   setup_system_styles (style);
   parent_class->init_from_rc(style, rc_style);
 }